home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 69 / Cine Live 69.iso / pc / Data / Interface / mm1.k < prev    next >
Encoding:
Text File  |  2003-05-02  |  18.0 KB  |  460 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$000002FF,$0000002A,$00000151,$00000369,$00000000,$00000000,$00000000,$00000000};
  6.         LayoutWindow is {$000000BF,$000000EF,$000001F8,$000002C7,$FFFFFEC9,$00000030,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oMusic2,
  16.         oMM13,
  17.         o14,
  18.         o25,
  19.         o36,
  20.         o47,
  21.         o58,
  22.         o69,
  23.         o710,
  24.         o811,
  25.         o912,
  26.         o1013,
  27.         o1114,
  28.         o1215,
  29.         oBTdroite16,
  30.         oBTgauch17,
  31.         ommsomm18
  32.     ];
  33.     Events is [
  34.         cOnscreenEvent
  35.         with 
  36.             Commands is [
  37.                 cRunCommand
  38.                 with Target is oMusic2; Rewind is true; end
  39.             ];
  40.         end,
  41.         cKeyboardEvent
  42.         with Value is "+"; 
  43.             Commands is [
  44.                 cSetVolumeCommand
  45.                 with Flags is $00000004; Mode is ExecuteHigher; end
  46.             ];
  47.         end,
  48.         cKeyboardEvent
  49.         with Value is "-"; 
  50.             Commands is [
  51.                 cSetVolumeCommand
  52.                 with Flags is $00000004; Mode is ExecuteLower; end
  53.             ];
  54.         end,
  55.         cKeyboardEvent
  56.         with Value is "m"; 
  57.             Commands is [
  58.                 cRunCommand
  59.                 with Flags is $00000004; Target is oMusic2; Mode is Toggle; Rewind is true; end
  60.             ];
  61.         end
  62.     ];
  63. end;
  64.  
  65. object oMusic2 is cSound
  66. with 
  67.     Flags is $00000150; 
  68.     Name is "Music"; 
  69.     
  70.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  71.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  72.     Looping is true; 
  73.     URL is "../Sons/5.mp3"; 
  74.     
  75. end;
  76.  
  77. object oMM13 is cImage
  78. with 
  79.     Flags is $00000150; 
  80.     Name is "MM1"; 
  81.     Enabled is false; 
  82.     
  83.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  84.     
  85.     URL is "../Images/mm1.jpg"; 
  86.     
  87.     
  88. end;
  89.  
  90. object o14 is cBox
  91. with 
  92.     Flags is $00000040; 
  93.     Name is "1"; 
  94.     Region is {$FFFF0134,$00110020,$008100AC,$00110029,$00307FFF,$00120030,$003F7FFF,$0013003F,$004D7FFF,$0014004D,$005C7FFF,$0015005C,$006A7FFF,$0016006A,$00797FFF,$00170079,$00887FFF,$00180088,$00967FFF,$00190028,$00290096,$00A57FFF,$001A00A5,$00AC7FFF,$002100AB,$00AC7FFF,$00240027,$00287FFF,$002F0026,$00277FFF,$003000AA,$00AB7FFF,$003A0025,$00267FFF,$003F00A9,$00AA7FFF,$00450024,$00257FFF,$004E00A8,$00A97FFF,$00500023,$00247FFF,$005B0022,$00237FFF,$005C00A7,$00A87FFF,$00660021,$00227FFF,$006B00A6,$00A77FFF,$00710020,$00217FFF,$00760020,$00267FFF,$00770026,$00327FFF,$00780032,$003E7FFF,$0079003E,$004A7FFF,$007A004A,$005600A5,$00A67FFF,$007B0056,$00627FFF,$007C0062,$006F7FFF,$007D006F,$007B7FFF,$007E007B,$00877FFF,$007F0087,$00937FFF,$00800093,$009F7FFF,$0081009F,$00A57FFF,$7FFF0000};
  95.     Cursor is oFingerCursor; 
  96.     X is 60; Y is 218; 
  97.     Width is 190; Height is 154; 
  98.     
  99.     
  100.     Events is [
  101.         cMouseUpEvent
  102.         with Flags is $00000004; Flag is true; 
  103.             Commands is [
  104.                 cBrowseCommand
  105.                 with URL is "f1.k"; end
  106.             ];
  107.         end
  108.     ];
  109. end;
  110.  
  111. object o25 is cBox
  112. with 
  113.     release Editor:
  114.         IOWindow is {$000000A3,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  115.     end;
  116.     Name is "2"; 
  117.     Region is {$FFFF010C,$00060012,$00770098,$00060016,$001D7FFF,$00070016,$0017001D,$002C7FFF,$0008002C,$003A7FFF,$0009003A,$00497FFF,$000A0049,$00577FFF,$000B0057,$00657FFF,$000C0065,$00747FFF,$000D0074,$00827FFF,$000E0082,$00917FFF,$000F0091,$00987FFF,$00130016,$00177FFF,$00180097,$00987FFF,$00270015,$00167FFF,$00290096,$00977FFF,$003A0095,$00967FFF,$003B0014,$00157FFF,$004C0094,$00957FFF,$004F0013,$00147FFF,$005D0093,$00947FFF,$00630012,$00137FFF,$006D0012,$00187FFF,$006E0018,$00250092,$00937FFF,$006F0025,$00327FFF,$00700032,$003F7FFF,$0071003F,$004C7FFF,$0072004C,$00587FFF,$00730058,$00657FFF,$00740065,$00727FFF,$00750072,$007F7FFF,$0076007F,$008C7FFF,$0077008C,$00927FFF,$7FFF0000};
  118.     Shown is false; Cursor is oFingerCursor; 
  119.     X is 72; Y is 331; 
  120.     Width is 168; Height is 155; 
  121.     
  122.     
  123.     Events is [
  124.         cMouseUpEvent
  125.         with Flags is $00000004; Flag is true; 
  126.             Commands is [
  127.                 cBrowseCommand
  128.                 with Flags is $00000004; URL is "f2.k"; end
  129.             ];
  130.         end
  131.     ];
  132. end;
  133.  
  134. object o36 is cBox
  135. with 
  136.     Flags is $00000150; 
  137.     release Editor:
  138.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  139.     end;
  140.     Name is "3"; 
  141.     Region is {$FFFF012C,$000E0002,$007C0090,$000E000E,$00157FFF,$000F0015,$00267FFF,$00100026,$00367FFF,$00110036,$00467FFF,$00120046,$00577FFF,$00130057,$00677FFF,$0014000D,$000E0067,$00777FFF,$00150077,$00887FFF,$00160088,$00907FFF,$001C008F,$00907FFF,$001D000C,$000D7FFF,$0025000B,$000C7FFF,$0029008E,$008F7FFF,$002D000A,$000B7FFF,$00360009,$000A008D,$008E7FFF,$003E0008,$00097FFF,$0043008C,$008D7FFF,$00460007,$00087FFF,$004F0006,$0007008B,$008C7FFF,$00570005,$00067FFF,$005C008A,$008B7FFF,$005F0004,$00057FFF,$00680003,$00047FFF,$00690089,$008A7FFF,$00700002,$00037FFF,$00740002,$000A7FFF,$0075000A,$001B7FFF,$0076001B,$002C0088,$00897FFF,$0077002C,$003D7FFF,$0078003D,$004D7FFF,$0079004D,$005E7FFF,$007A005E,$006F7FFF,$007B006F,$00807FFF,$007C0080,$00887FFF,$7FFF0000};
  142.     Cursor is oFingerCursor; 
  143.     X is 75; Y is 430; 
  144.     Width is 193; Height is 167; 
  145.     
  146.     
  147.     Events is [
  148.         cMouseUpEvent
  149.         with Flags is $00000004; Flag is true; 
  150.             Commands is [
  151.                 cBrowseCommand
  152.                 with Flags is $00000004; URL is "f3.k"; end
  153.             ];
  154.         end
  155.     ];
  156. end;
  157.  
  158. object o47 is cBox
  159. with 
  160.     release Editor:
  161.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  162.     end;
  163.     Name is "4"; 
  164.     Region is {$FFFF0158,$001B0022,$008E00AF,$001B002C,$00327FFF,$001C002B,$002C0032,$003E7FFF,$001D002A,$002B003E,$004A7FFF,$001E0029,$002A004A,$00567FFF,$001F0056,$00627FFF,$00200062,$006D7FFF,$0021006D,$00797FFF,$00220079,$00857FFF,$00230085,$00917FFF,$00240091,$009D7FFF,$0025009D,$00A97FFF,$00260028,$002900A9,$00AF7FFF,$002B00AE,$00AF7FFF,$00340027,$002800AD,$00AE7FFF,$003E00AC,$00AD7FFF,$00430026,$00277FFF,$004700AB,$00AC7FFF,$00510025,$002600AA,$00AB7FFF,$005A00A9,$00AA7FFF,$005F0024,$00257FFF,$006300A8,$00A97FFF,$006D00A7,$00A87FFF,$006E0023,$00247FFF,$007600A6,$00A77FFF,$007C0022,$00237FFF,$008000A5,$00A67FFF,$00830022,$00287FFF,$00840028,$00347FFF,$00850034,$00407FFF,$00860040,$004B7FFF,$0087004B,$00577FFF,$00880057,$00637FFF,$00890063,$006F00A4,$00A57FFF,$008A006F,$007B7FFF,$008B007B,$00867FFF,$008C0086,$00927FFF,$008D0092,$009E7FFF,$008E009E,$00A47FFF,$7FFF0000};
  165.     Cursor is oFingerCursor; 
  166.     X is 295; Y is 9; 
  167.     Width is 187; Height is 144; 
  168.     
  169.     
  170.     Events is [
  171.         cMouseUpEvent
  172.         with Flag is true; 
  173.             Commands is [
  174.                 cBrowseCommand
  175.                 with URL is "f4.k"; end
  176.             ];
  177.         end
  178.     ];
  179. end;
  180.  
  181. object o58 is cBox
  182. with 
  183.     release Editor:
  184.         IOWindow is {$0000001A,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  185.     end;
  186.     Name is "5"; 
  187.     Region is {$FFFF0188,$00070035,$007C00C6,$00070042,$00437FFF,$00080043,$004A7FFF,$0009004A,$00597FFF,$000A0059,$00677FFF,$000B0041,$00420067,$00767FFF,$000C0076,$00847FFF,$000D0084,$00937FFF,$000E0093,$00A27FFF,$000F00A2,$00B07FFF,$001000B0,$00BF7FFF,$001100BF,$00C67FFF,$00130040,$00417FFF,$001500C5,$00C67FFF,$001B003F,$00407FFF,$001E00C4,$00C57FFF,$0023003E,$003F7FFF,$002700C3,$00C47FFF,$002B003D,$003E7FFF,$003000C2,$00C37FFF,$0033003C,$003D7FFF,$003900C1,$00C27FFF,$003C003B,$003C7FFF,$004200C0,$00C17FFF,$0044003A,$003B7FFF,$004B00BF,$00C07FFF,$004C0039,$003A7FFF,$00540038,$003900BE,$00BF7FFF,$005C0037,$00387FFF,$005D00BD,$00BE7FFF,$00640036,$00377FFF,$006600BC,$00BD7FFF,$006C0035,$00367FFF,$006F00BB,$00BC7FFF,$00700035,$003B7FFF,$0071003B,$00467FFF,$00720046,$00517FFF,$00730051,$005C7FFF,$0074005C,$00677FFF,$00750067,$00727FFF,$00760072,$007D7FFF,$0077007D,$00887FFF,$00780088,$009300BA,$00BB7FFF,$00790093,$009E7FFF,$007A009E,$00A97FFF,$007B00A9,$00B47FFF,$007C00B4,$00BA7FFF,$7FFF0000};
  188.     Cursor is oFingerCursor; 
  189.     X is 266; Y is 134; 
  190.     Width is 222; Height is 131; 
  191.     
  192.     
  193.     Events is [
  194.         cMouseUpEvent
  195.         with Flag is true; 
  196.             Commands is [
  197.                 cBrowseCommand
  198.                 with URL is "f5.k"; end
  199.             ];
  200.         end
  201.     ];
  202. end;
  203.  
  204. object o69 is cBox
  205. with 
  206.     Flags is $00000150; 
  207.     Name is "6"; 
  208.     Region is {$FFFF0114,$00170012,$0088009B,$0017001A,$00207FFF,$00180020,$00337FFF,$00190033,$00467FFF,$001A0046,$00597FFF,$001B0059,$006C7FFF,$001C006C,$007F7FFF,$001D0019,$001A007F,$00927FFF,$001E0092,$009B7FFF,$0026009A,$009B7FFF,$002A0018,$00197FFF,$00350099,$009A7FFF,$00370017,$00187FFF,$00440016,$00177FFF,$00450098,$00997FFF,$00510015,$00167FFF,$00540097,$00987FFF,$005E0014,$00157FFF,$00630096,$00977FFF,$006B0013,$00147FFF,$00730095,$00967FFF,$00780012,$00137FFF,$007E0012,$00177FFF,$007F0017,$00227FFF,$00800022,$002D7FFF,$0081002D,$00387FFF,$00820038,$00430094,$00957FFF,$00830043,$004E7FFF,$0084004E,$00587FFF,$00850058,$00637FFF,$00860063,$006E7FFF,$0087006E,$00797FFF,$00880079,$00947FFF,$7FFF0000};
  209.     Cursor is oFingerCursor; 
  210.     X is 300; Y is 224; 
  211.     Width is 166; Height is 136; 
  212.     
  213.     
  214.     Events is [
  215.         cMouseUpEvent
  216.         with Flags is $00000004; Flag is true; 
  217.             Commands is [
  218.                 cBrowseCommand
  219.                 with Flags is $00000004; URL is "f6.k"; end
  220.             ];
  221.         end
  222.     ];
  223. end;
  224.  
  225. object o710 is cBox
  226. with 
  227.     release Editor:
  228.         IOWindow is {$000000A3,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  229.     end;
  230.     Name is "7"; 
  231.     Region is {$FFFF012C,$0011001F,$007F00A9,$00110025,$002B7FFF,$0012002B,$00397FFF,$00130025,$00260039,$00487FFF,$00140048,$00567FFF,$00150056,$00647FFF,$00160064,$00727FFF,$00170072,$00807FFF,$00180080,$008F7FFF,$0019008F,$009D7FFF,$001A009D,$00A77FFF,$001B00A7,$00A97FFF,$001C0025,$00267FFF,$002100A8,$00A97FFF,$002A0024,$00257FFF,$002C00A7,$00A87FFF,$003700A6,$00A77FFF,$00380023,$00247FFF,$004200A5,$00A67FFF,$00460022,$00237FFF,$004D00A4,$00A57FFF,$00540021,$00227FFF,$005800A3,$00A47FFF,$00620020,$00217FFF,$006300A2,$00A37FFF,$006E00A1,$00A27FFF,$0070001F,$00207FFF,$0077001F,$00277FFF,$00780027,$00377FFF,$00790037,$004700A0,$00A17FFF,$007A0047,$00577FFF,$007B0057,$00687FFF,$007C0068,$00787FFF,$007D0078,$00887FFF,$007E0088,$00987FFF,$007F0098,$00A07FFF,$7FFF0000};
  232.     Cursor is oFingerCursor; 
  233.     X is 279; Y is 334; 
  234.     Width is 198; Height is 135; 
  235.     
  236.     
  237.     Events is [
  238.         cMouseUpEvent
  239.         with Flag is true; 
  240.             Commands is [
  241.                 cBrowseCommand
  242.                 with URL is "f7.k"; end
  243.             ];
  244.         end
  245.     ];
  246. end;
  247.  
  248. object o811 is cBox
  249. with 
  250.     Name is "8"; 
  251.     Region is {$FFFF013C,$00050020,$007700AF,$00050028,$002F7FFF,$00060028,$0029002F,$003E7FFF,$00070029,$002A003E,$004D7FFF,$0008004D,$005C7FFF,$0009005C,$006B7FFF,$000A006B,$007A7FFF,$000B007A,$00897FFF,$000C0089,$00987FFF,$000D0029,$002A0098,$00A77FFF,$000E00A7,$00AF7FFF,$001400AE,$00AF7FFF,$00170028,$00297FFF,$002000AD,$00AE7FFF,$00220027,$00287FFF,$002B00AC,$00AD7FFF,$002C0026,$00277FFF,$00360025,$00267FFF,$003700AB,$00AC7FFF,$00410024,$00257FFF,$004300AA,$00AB7FFF,$004B0023,$00247FFF,$004E00A9,$00AA7FFF,$00550022,$00237FFF,$005A00A8,$00A97FFF,$00600021,$00227FFF,$006600A7,$00A87FFF,$006A0020,$00217FFF,$006F0020,$00287FFF,$00700028,$00397FFF,$00710039,$004A00A6,$00A77FFF,$0072004A,$005B7FFF,$0073005B,$006B7FFF,$0074006B,$007C7FFF,$0075007C,$008D7FFF,$0076008D,$009E7FFF,$0077009E,$00A67FFF,$7FFF0000};
  252.     Cursor is oFingerCursor; 
  253.     X is 269; Y is 450; 
  254.     Width is 215; Height is 136; 
  255.     
  256.     
  257.     Events is [
  258.         cMouseUpEvent
  259.         with Flag is true; 
  260.             Commands is [
  261.                 cBrowseCommand
  262.                 with URL is "f8.k"; end
  263.             ];
  264.         end
  265.     ];
  266. end;
  267.  
  268. object o912 is cBox
  269. with 
  270.     Flags is $00000150; 
  271.     Name is "9"; 
  272.     Region is {$FFFF0164,$00110008,$00830097,$00110012,$00177FFF,$00120011,$00120017,$00227FFF,$0013000F,$00110022,$002D7FFF,$0014000D,$000F002D,$00387FFF,$00150038,$00437FFF,$00160043,$004E7FFF,$0017004E,$00587FFF,$00180058,$00637FFF,$00190063,$006E7FFF,$001A006E,$00797FFF,$001B0079,$00847FFF,$001C0084,$008F7FFF,$001D008F,$00977FFF,$001E000C,$000D7FFF,$00220096,$00977FFF,$002C0095,$00967FFF,$0031000B,$000C7FFF,$00370094,$00957FFF,$00410093,$00947FFF,$0045000A,$000B7FFF,$004B0092,$00937FFF,$00550091,$00927FFF,$00590009,$000A7FFF,$005F0090,$00917FFF,$006A008F,$00907FFF,$006C0008,$00097FFF,$0074008E,$008F7FFF,$00760008,$000D7FFF,$0077000D,$00177FFF,$00780017,$00227FFF,$00790022,$002C7FFF,$007A002C,$00367FFF,$007B0036,$00407FFF,$007C0040,$004A7FFF,$007D004A,$00557FFF,$007E0055,$005F008D,$008E7FFF,$007F005F,$00697FFF,$00800069,$00737FFF,$00810073,$007E7FFF,$0082007E,$00887FFF,$00830088,$008D7FFF,$7FFF0000};
  273.     Cursor is oFingerCursor; 
  274.     X is 585; Y is 3; 
  275.     Width is 162; Height is 147; 
  276.     
  277.     
  278.     Events is [
  279.         cMouseUpEvent
  280.         with Flags is $00000004; Flag is true; 
  281.             Commands is [
  282.                 cBrowseCommand
  283.                 with Flags is $00000004; URL is "f9.k"; end
  284.             ];
  285.         end
  286.     ];
  287. end;
  288.  
  289. object o1013 is cBox
  290. with 
  291.     Flags is $00000150; 
  292.     Name is "10"; 
  293.     Region is {$FFFF0158,$0014001A,$008700A7,$00140028,$002E7FFF,$00150027,$0028002E,$00397FFF,$00160025,$00270039,$00457FFF,$00170023,$00250045,$00507FFF,$00180022,$00230050,$005C7FFF,$00190020,$0022005C,$00677FFF,$001A0067,$00737FFF,$001B0073,$007F7FFF,$001C007F,$008A7FFF,$001D008A,$00967FFF,$001E0096,$00A17FFF,$001F00A1,$00A77FFF,$0021001F,$00207FFF,$002600A6,$00A77FFF,$0031001E,$001F7FFF,$003500A5,$00A67FFF,$0041001D,$001E7FFF,$004300A4,$00A57FFF,$0052001C,$001D00A3,$00A47FFF,$006000A2,$00A37FFF,$0062001B,$001C7FFF,$006E00A1,$00A27FFF,$0072001A,$001B7FFF,$007A001A,$001F7FFF,$007B001F,$00297FFF,$007C0029,$00337FFF,$007D0033,$003E00A0,$00A17FFF,$007E003E,$00487FFF,$007F0048,$00527FFF,$00800052,$005C7FFF,$0081005C,$00667FFF,$00820066,$00707FFF,$00830070,$007A7FFF,$0084007A,$00857FFF,$00850085,$008F009F,$00A07FFF,$0086008F,$0099009E,$009F7FFF,$00870099,$009E7FFF,$7FFF0000};
  294.     Cursor is oFingerCursor; 
  295.     X is 557; Y is 105; 
  296.     Width is 197; Height is 150; 
  297.     
  298.     
  299.     Events is [
  300.         cMouseUpEvent
  301.         with Flags is $00000004; Flag is true; 
  302.             Commands is [
  303.                 cBrowseCommand
  304.                 with Flags is $00000004; URL is "f10.k"; end
  305.             ];
  306.         end
  307.     ];
  308. end;
  309.  
  310. object o1114 is cBox
  311. with 
  312.     Name is "11"; 
  313.     Region is {$FFFF0178,$0001000D,$007A009D,$0001001A,$001F7FFF,$00020019,$001A001F,$00297FFF,$00030018,$00190029,$00337FFF,$00040017,$00180033,$003D7FFF,$00050016,$0017003D,$00477FFF,$00060015,$00160047,$00517FFF,$00070013,$00150051,$005B7FFF,$0008005B,$00667FFF,$00090066,$00707FFF,$000A0070,$007A7FFF,$000B007A,$00847FFF,$000C0084,$008E7FFF,$000D008E,$00987FFF,$000E0098,$009D7FFF,$000F0012,$00137FFF,$0015009C,$009D7FFF,$00200011,$00127FFF,$0022009B,$009C7FFF,$0030009A,$009B7FFF,$00310010,$00117FFF,$003D0099,$009A7FFF,$0042000F,$00107FFF,$004B0098,$00997FFF,$0053000E,$000F7FFF,$00580097,$00987FFF,$0064000D,$000E7FFF,$00660096,$00977FFF,$006C000D,$00127FFF,$006D0012,$001C7FFF,$006E001C,$00257FFF,$006F0025,$002F7FFF,$0070002F,$00397FFF,$00710039,$00427FFF,$00720042,$004C7FFF,$0073004C,$00560095,$00967FFF,$00740056,$00607FFF,$00750060,$00697FFF,$00760069,$00737FFF,$00770073,$007D7FFF,$0078007D,$00867FFF,$00790086,$00907FFF,$007A0090,$00957FFF,$7FFF0000};
  314.     Cursor is oFingerCursor; 
  315.     X is 559; Y is 224; 
  316.     Width is 182; Height is 134; 
  317.     
  318.     
  319.     Events is [
  320.         cMouseUpEvent
  321.         with Flag is true; 
  322.             Commands is [
  323.                 cBrowseCommand
  324.                 with URL is "f11.k"; end
  325.             ];
  326.         end
  327.     ];
  328. end;
  329.  
  330. object o1215 is cBox
  331. with 
  332.     Flags is $00008001; 
  333.     release Editor:
  334.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  335.     end;
  336.     Name is "12"; 
  337.     Region is {$FFFF01B4,$00000009,$00730098,$00000014,$001F7FFF,$00010014,$0015001F,$00287FFF,$00020015,$00160028,$00317FFF,$00030031,$003A7FFF,$0004003A,$00437FFF,$00050043,$004C7FFF,$0006004C,$00557FFF,$00070015,$00160055,$005E7FFF,$0008005E,$00677FFF,$00090067,$00707FFF,$000A0070,$00797FFF,$000B0079,$00827FFF,$000C0082,$008B7FFF,$000D008B,$00947FFF,$000E0014,$00150094,$00987FFF,$00140097,$00987FFF,$00150013,$00147FFF,$001D0012,$00137FFF,$001F0096,$00977FFF,$00240011,$00127FFF,$002A0095,$00967FFF,$002B0010,$00117FFF,$0033000F,$00107FFF,$00350094,$00957FFF,$003A000E,$000F7FFF,$0041000D,$000E0093,$00947FFF,$0048000C,$000D7FFF,$004C0092,$00937FFF,$0050000B,$000C7FFF,$0057000A,$000B0091,$00927FFF,$005E0009,$000A7FFF,$00620009,$000D0090,$00917FFF,$0063000D,$00157FFF,$00640015,$001D7FFF,$0065001D,$00257FFF,$00660025,$002C7FFF,$0067002C,$00347FFF,$00680034,$003C7FFF,$0069003C,$00447FFF,$006A0044,$004C7FFF,$006B004C,$00547FFF,$006C0054,$005C7FFF,$006D005C,$0064008F,$00907FFF,$006E0064,$006C7FFF,$006F006C,$00737FFF,$00700073,$007B7FFF,$0071007B,$00837FFF,$00720083,$008B7FFF,$0073008B,$008F7FFF,$7FFF0000};
  338.     Shown is false; Cursor is oFingerCursor; 
  339.     X is 556; Y is 332; 
  340.     Width is 172; Height is 126; 
  341.     
  342.     
  343.     Events is [
  344.         cMouseUpEvent
  345.         with Flags is $00004004; Flag is true; 
  346.             Commands is [
  347.                 cBrowseCommand
  348.                 with Flags is $00004000; URL is "f12.k"; end
  349.             ];
  350.         end
  351.     ];
  352. end;
  353.  
  354. object oBTdroite16 is cImage
  355. with 
  356.     Flags is $00000150; 
  357.     Name is "BTdroite"; 
  358.     Shown is false; Cursor is oFingerCursor; 
  359.     X is 609; Y is 573; 
  360.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  361.     
  362.     URL is "../Images/actor%20droite.jpg"; 
  363.     
  364.     
  365.     Events is [
  366.         cMouseEnterEvent
  367.         with Flags is $00000004; 
  368.             Commands is [
  369.                 cShowCommand
  370.                 with Flags is $00000004; Target is oTargetSelf; end
  371.             ];
  372.         end,
  373.         cMouseLeaveEvent
  374.         with Flags is $00000004; 
  375.             Commands is [
  376.                 cShowCommand
  377.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  378.             ];
  379.         end,
  380.         cMouseUpEvent
  381.         with Flags is $00000004; Flag is true; 
  382.             Commands is [
  383.                 cBrowseCommand
  384.                 with Flags is $00000004; URL is "mm2.k"; end
  385.             ];
  386.         end
  387.     ];
  388. end;
  389.  
  390. object oBTgauch17 is cImage
  391. with 
  392.     Flags is $00000150; 
  393.     Name is "BTgauch"; 
  394.     Shown is false; Cursor is oFingerCursor; 
  395.     X is 593; Y is 573; 
  396.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  397.     
  398.     URL is "../Images/actor%20gauche.jpg"; 
  399.     
  400.     
  401.     Events is [
  402.         cMouseEnterEvent
  403.         with Flags is $00000004; 
  404.             Commands is [
  405.                 cShowCommand
  406.                 with Flags is $00000004; Target is oTargetSelf; end
  407.             ];
  408.         end,
  409.         cMouseLeaveEvent
  410.         with Flags is $00000004; 
  411.             Commands is [
  412.                 cShowCommand
  413.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  414.             ];
  415.         end,
  416.         cMouseUpEvent
  417.         with Flags is $00000004; Flag is true; 
  418.             Commands is [
  419.                 cBrowseCommand
  420.                 with Flags is $00000004; URL is "mm3.k"; end
  421.             ];
  422.         end
  423.     ];
  424. end;
  425.  
  426. object ommsomm18 is cImage
  427. with 
  428.     Flags is $00000150; 
  429.     Name is "mmsomm"; 
  430.     Shown is false; Cursor is oFingerCursor; 
  431.     X is 629; Y is 573; 
  432.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  433.     
  434.     URL is "../Images/actor%20somm.jpg"; 
  435.     
  436.     
  437.     Events is [
  438.         cMouseEnterEvent
  439.         with Flags is $00000004; 
  440.             Commands is [
  441.                 cShowCommand
  442.                 with Flags is $00000004; Target is oTargetSelf; end
  443.             ];
  444.         end,
  445.         cMouseLeaveEvent
  446.         with Flags is $00000004; 
  447.             Commands is [
  448.                 cShowCommand
  449.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  450.             ];
  451.         end,
  452.         cMouseUpEvent
  453.         with Flags is $00000004; Flag is true; 
  454.             Commands is [
  455.                 cBrowseCommand
  456.                 with Flags is $00000004; URL is "sommaire.k"; end
  457.             ];
  458.         end
  459.     ];
  460. end;